home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / apport / progress.ui < prev   
Text File  |  2008-10-20  |  3KB  |  116 lines

  1. <ui version="4.0" >
  2.  <class>ProgressDialog</class>
  3.  <widget class="QDialog" name="ProgressDialog" >
  4.   <property name="geometry" >
  5.    <rect>
  6.     <x>0</x>
  7.     <y>0</y>
  8.     <width>422</width>
  9.     <height>191</height>
  10.    </rect>
  11.   </property>
  12.   <property name="windowTitle" >
  13.    <string>Dialog</string>
  14.   </property>
  15.   <layout class="QVBoxLayout" >
  16.    <property name="margin" >
  17.     <number>9</number>
  18.    </property>
  19.    <property name="spacing" >
  20.     <number>6</number>
  21.    </property>
  22.    <item>
  23.     <widget class="QLabel" name="heading" >
  24.      <property name="sizePolicy" >
  25.       <sizepolicy>
  26.        <hsizetype>1</hsizetype>
  27.        <vsizetype>0</vsizetype>
  28.        <horstretch>0</horstretch>
  29.        <verstretch>0</verstretch>
  30.       </sizepolicy>
  31.      </property>
  32.      <property name="text" >
  33.       <string>heading</string>
  34.      </property>
  35.     </widget>
  36.    </item>
  37.    <item>
  38.     <widget class="QLabel" name="text" >
  39.      <property name="sizePolicy" >
  40.       <sizepolicy>
  41.        <hsizetype>5</hsizetype>
  42.        <vsizetype>1</vsizetype>
  43.        <horstretch>0</horstretch>
  44.        <verstretch>0</verstretch>
  45.       </sizepolicy>
  46.      </property>
  47.      <property name="text" >
  48.       <string>text</string>
  49.      </property>
  50.      <property name="alignment" >
  51.       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  52.      </property>
  53.      <property name="wordWrap" >
  54.       <bool>true</bool>
  55.      </property>
  56.     </widget>
  57.    </item>
  58.    <item>
  59.     <widget class="QProgressBar" name="progress" >
  60.      <property name="textVisible" >
  61.       <bool>false</bool>
  62.      </property>
  63.      <property name="invertedAppearance" >
  64.       <bool>false</bool>
  65.      </property>
  66.     </widget>
  67.    </item>
  68.    <item>
  69.     <widget class="QDialogButtonBox" name="buttons" >
  70.      <property name="orientation" >
  71.       <enum>Qt::Horizontal</enum>
  72.      </property>
  73.      <property name="standardButtons" >
  74.       <set>QDialogButtonBox::Cancel</set>
  75.      </property>
  76.     </widget>
  77.    </item>
  78.   </layout>
  79.  </widget>
  80.  <resources/>
  81.  <connections>
  82.   <connection>
  83.    <sender>buttons</sender>
  84.    <signal>accepted()</signal>
  85.    <receiver>ProgressDialog</receiver>
  86.    <slot>accept()</slot>
  87.    <hints>
  88.     <hint type="sourcelabel" >
  89.      <x>248</x>
  90.      <y>254</y>
  91.     </hint>
  92.     <hint type="destinationlabel" >
  93.      <x>157</x>
  94.      <y>274</y>
  95.     </hint>
  96.    </hints>
  97.   </connection>
  98.   <connection>
  99.    <sender>buttons</sender>
  100.    <signal>rejected()</signal>
  101.    <receiver>ProgressDialog</receiver>
  102.    <slot>reject()</slot>
  103.    <hints>
  104.     <hint type="sourcelabel" >
  105.      <x>316</x>
  106.      <y>260</y>
  107.     </hint>
  108.     <hint type="destinationlabel" >
  109.      <x>286</x>
  110.      <y>274</y>
  111.     </hint>
  112.    </hints>
  113.   </connection>
  114.  </connections>
  115. </ui>
  116.